home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 15 / Best of Select, The - Games 15 (1997)(Select)(M4)[compilation].iso / dosgames / skynet / go.bat < prev    next >
DOS Batch File  |  1997-03-23  |  438b  |  27 lines

  1. @cls
  2. @if exist c:\skynet\skynet.exe goto noinstall
  3. @echo  
  4. @echo  
  5. @echo This program installs 39 MB on your harddisk.
  6. @echo  
  7. @echo  
  8. @echo Please install in the path given, to start the game properly
  9. @echo  
  10. @echo Press  CTRL-C  NOW  to stop this game to be installed!!
  11. @echo  
  12. @echo  
  13. @pause
  14. @md c:\skynet
  15. @xcopy . c:\skynet /s
  16. @c:
  17. @cd \skynet
  18. @setup
  19. :noinstall
  20. @c:
  21. @cd \skynet  
  22. @skynet
  23. :end
  24. @d:
  25. @cd \
  26. @menu
  27.